/***************css reset*********/

body, h1, h2, h3, h4, ul, li, a, input {
	margin: 0;
	padding: 0;
	font-family: "宋体" !important;
}
div, a {
	font-size: 14px;
	color: #323232;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: middle;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	border: none;
	outline: none;
}
ul, li, dl, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
html, body {
	position: relative;
	height: 100%;
}
body {
	overflow-x: hidden;
}
a:hover,  a:focus {
	color: #444444;
	text-decoration: none;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.navbar {
	height: 75px;
	transition: all .5s .1s;
	position: fixed;
	top: 6%;
	right: 2%;
}
.navbar-offcanvas {
	z-index: 1030;
}
.navbar-offcanvas .container-fluid {
	position: relative;
	padding: 0;
	transform: translate3d(0px, 0, 0);
	transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.navbar-offcanvas .navbar-top {
	display: none;
}
@media (min-width: 992px) {
.navbar-offcanvas .navbar-top {
	display: flex;
	margin-left: auto;
}
}
.navbar-offcanvas .navbar-top .nav-item {
	margin-right: 22px;
	text-align: center;
}
@media (max-width: 991px) {
.navbar-offcanvas .navbar-top .nav-item .nav-link {
	color: #000;
}
}
.navbar-offcanvas .navbar-toggler {
	padding: 0;
	border: 0;
	outline: none;
	display: block;
	width: 65px;
	height: 60px;
	border-radius: 50%;
	position: relative;
}
.navbar-offcanvas .navbar-toggler::after {
	position: absolute;
	display: block;
	text-align: center;
	width: 65px;
	top: 45px;
}
.navbar-offcanvas .navbar-toggler.toggled::after {
	display: none;
}
.navbar-offcanvas .navbar-toggler:hover, .navbar-offcanvas .navbar-toggler:focus {
	cursor: pointer;
}
@media (min-width: 768px) {
.navbar-offcanvas .navbar-toggler {
	display: block;
}
.nav-item{
	margin: 20px auto;
}
}
.navbar-offcanvas .navbar-toggler .icon-bar {
	display: block;
	position: relative;
	width: 24px;
	height: 2px;
	border-radius: 1px;
	background-color: #f2f6f7;
	left: 8px;
}
.navbar-offcanvas .navbar-toggler .icon-bar + .icon-bar {
	margin-top: 4px;
}
.navbar-offcanvas .navbar-toggler .icon-bar.bar1 {
	top: 0;
	outline: 1px solid transparent;
	animation: topbar-back 500ms 0s;
	animation-fill-mode: forwards;
}
.navbar-offcanvas .navbar-toggler .icon-bar.bar2 {
	outline: 1px solid transparent;
	opacity: 1;
}
.navbar-offcanvas .navbar-toggler .icon-bar.bar3 {
	bottom: 0;
	outline: 1px solid transparent;
	animation: bottombar-back 500ms 0s;
	animation-fill-mode: forwards;
}
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar1 {
	top: 6px;
	animation: topbar-x 500ms 0s;
	animation-fill-mode: forwards;
}
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar2 {
	opacity: 0;
}
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar3 {
	bottom: 6px;
	animation: bottombar-x 500ms 0s;
	animation-fill-mode: forwards;
}
.navbar-offcanvas .navbar-collapse.collapse, .navbar-offcanvas .navbar-collapse.collapse.in, .navbar-offcanvas .navbar-collapse.collapsing {
	display: none !important;
}
.nav-open .navbar-collapse {
	transform: translate3d(0px, 0, 0);
}
.nav-open .navbar > .container-fluid {
	transform: translate3d(350px, 0, 0);
}
@media (max-width: 991px) {
.nav-open .navbar > .container-fluid {
	transform: translate3d(200px, 0, 0);
}
body > .navbar-collapse .nav-image img {
	width: 210px;
}
}
.nav-open .wrapper {
	transform: translate3d(-150px, 0, 0);
}
body > .navbar-collapse {
	display: block !important;
	position: fixed;
	top: 0;
	right: -10px;
	width: 424px;
	height: 100%;
	padding: 60px 1rem;
	background: url(../../images/menu_bg.png) repeat;
	text-align: center;
	visibility: visible;
	overflow-y: visible;
	transform: translate3d(424px, 0, 0);
	transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
	z-index: 1032;
}
@media (max-width: 991px) {
body > .navbar-collapse {
	width: 282.6666666667px;
}
}
body > .navbar-collapse .nav-image {
	margin-bottom: 65px;
}
body > .navbar-collapse .nav-image img {
	display: block;
	margin: 0 auto;
}
body > .navbar-collapse .navbar-top {
	margin: 0 !important;
	flex-direction: column;
}
@media (min-width: 992px) {
body > .navbar-collapse .navbar-top {
	display: none;
}
}
body > .navbar-collapse .navbar-top li {
	text-align: center;
}
body > .navbar-collapse .navbar-top li a {
	display: block;
 padding: .5rem 1rem;
	font-weight: 700;
	color: #000;
}
body > .navbar-collapse .navbar-top li a:hover, body > .navbar-collapse .navbar-top li a:focus {
	text-decoration: none;
}
body > .navbar-collapse .nav-link, body > .navbar-collapse .dropdown-toggle {
	font-size:18px;
	color: #fff;
	transition: color .2s ease-out;
}
body > .navbar-collapse .nav-link:hover, body > .navbar-collapse .nav-link:focus, body > .navbar-collapse .dropdown-toggle:hover, body > .navbar-collapse .dropdown-toggle:focus {
	text-decoration: none;
}
body > .navbar-collapse .nav-link.disabled, body > .navbar-collapse .dropdown-toggle.disabled {
	color: rgba(0, 0, 0, 0.35);
}
body > .navbar-collapse .nav-link.disabled:hover, body > .navbar-collapse .nav-link.disabled:focus, body > .navbar-collapse .dropdown-toggle.disabled:hover, body > .navbar-collapse .dropdown-toggle.disabled:focus {
	cursor: not-allowed;
}
@media (min-width: 992px) {
body > .navbar-top {
	display: none;
}
}
body > #overlay {
	content: "";
	position: fixed;
	top: 0;
	left: auto;
	right: calc(282.6666666667px - 10px);
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow-x: hidden;
	z-index: 1029;
}
@media (min-width: 992px) {
body > #overlay {
	right: calc(424px - 10px);
}
}
 @keyframes topbar-x {
 0% {
 top: 0px;
 transform: rotate(0deg);
}
 45% {
 top: 6px;
 transform: rotate(145deg);
}
 75% {
 transform: rotate(130deg);
}
 100% {
 transform: rotate(135deg);
}
}
@keyframes topbar-back {
 0% {
 top: 6px;
 transform: rotate(135deg);
}
 45% {
 transform: rotate(-10deg);
}
 75% {
 transform: rotate(5deg);
}
 100% {
 top: 0px;
 transform: rotate(0);
}
}
@keyframes bottombar-x {
 0% {
 bottom: 0px;
 transform: rotate(0deg);
}
 45% {
 bottom: 6px;
 transform: rotate(-145deg);
}
 75% {
 transform: rotate(-130deg);
}
 100% {
 transform: rotate(-135deg);
}
}
@keyframes bottombar-back {
 0% {
 bottom: 6px;
 transform: rotate(-135deg);
}
 45% {
 transform: rotate(10deg);
}
 75% {
 transform: rotate(-5deg);
}
 100% {
 bottom: 0px;
 transform: rotate(0);
}
}
.home {
	display: block;
	width: 40px;
	height: 45px;
	background: url(../../images/home.png) no-repeat center;
	margin-left: 3px;
	margin-bottom: 12px;
}
.navbar-nav, .navbar-nav > li {
	float: none;
	line-height: 40px;
	position: relative;
	margin-bottom: 10px;
}
.navbar-nav > li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	/*background: #e33c07;*/
	background: linear-gradient(to right, #e33c07, #c6020e);
	z-index: -1;
	width: 0;
}
.navbar-nav > li.hover::after, .navbar-nav > li:hover::after {
	width: 100%;
	transition: .2s ease-out;
}
.navbar-nav > li.hover a, .navbar-nav > li:hover a {
	color: #fff;
}
.navbar-nav > li > a {
	display: block;
	line-height: 40px;
	padding: 0;
}
.navbar-nav > li.first::after {
	display: none;
}
.nav {
/* position: relative;

  width: auto;

  display: inline-block;

  border: none;

  height:auto;

  overflow:hidden;*/

}
.nav.min {
	display: none;
}
.logo {
	position: fixed;
	top: 6%;
	left: 2%;
	z-index: 999;
}
.cn {
	position: fixed;
	top: 9%;
	right: 6%;
	z-index: 999;
}
.cn ul a {
	display: block;
	float: left;
	margin: 0 20px;
}
.btn-nav {
	position: fixed;
	top: 5%;
	right: 2%;
	background: transparent;
	border: none;
	padding: 10px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	z-index: 99999;
}
.btn-nav:focus {
	outline: 0;
}
.icon-bar {
	display: block;
	margin: 6px 0;
	width: 40px;
	height: 5px;
	background-color: #FFFFFF;
}
.btn-nav:hover .icon-bar {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background-color: #FCA311;
}
.nav-content {
	position: fixed;
	top: -100%;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	display: block;
	height: 100%;
	z-index: 9;
}
.nav-list {
	list-style: none;
	padding: 0;
	position: relative;
	top: 30%;
}
.item-anchor:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.item-anchor {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	padding: 10px;
}
.item-anchor:hover,  .item-anchor:focus {
	color: #FCA311;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.item-anchor:hover:after,  .item-anchor:focus:after {
	width: 100%;
	background: #FCA311;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.nav-item {
	margin: 30px auto;
	text-align: center;
}
.animated {
	display: block;
	margin: 0 auto;
}
.animated:hover .icon-bar,  .animated:focus .icon-bar {
	background-color: #FCA311;
}
.animated:focus {
	cursor: pointer;
	z-index: 9999;
}
.middle {
	margin: 0 auto;
}
.icon-bar {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	z-index: 999999;
}
.animated .icon-bar {
	z-index: 999999;
	background-color: #FCA311;
}
.animated .top {
	-webkit-transform: translateY(10px) rotateZ(45deg);
	-moz-transform: translateY(10px) rotateZ(45deg);
	-ms-transform: translateY(10px) rotateZ(45deg);
	-o-transform: translateY(10px) rotateZ(45deg);
	transform: translateY(10px) rotateZ(45deg);
}
.animated .bottom {
	-webkit-transform: translateY(-11px) rotateZ(-45deg);
	-moz-transform: translateY(-11px) rotateZ(-45deg);
	-ms-transform: translateY(-11px) rotateZ(-45deg);
	-o-transform: translateY(-11px) rotateZ(-45deg);
	transform: translateY(-11px) rotateZ(-45deg);
}
.animated .middle {
	width: 0;
}
 @keyframes showNav {
 from {
 top: -100%;
}
to {
	top: 0;
}
}
 @-webkit-keyframes showNav {
 from {
 top: -100%;
}
to {
	top: 0;
}
}
 @-moz-keyframes showNav {
 from {
 top: -100%;
}
to {
	top: 0;
}
}
 @-o-keyframes showNav {
 from {
 top: -100%;
}
to {
	top: 0;
}
}
.showNav {
	-webkit-animation: showNav 1s ease forwards;
	-moz-animation: showNav 1s ease forwards;
	-o-animation: showNav 1s ease forwards;
	animation: showNav 1s ease forwards;
}
 @keyframes hideNav {
 from {
 top: 0;
}
to {
	top: -100%;
}
}
 @-webkit-keyframes hideNav {
 from {
 top: 0;
}
to {
	top: -100%;
}
}
 @-moz-keyframes hideNav {
 from {
 top: 0;
}
to {
	top: -100%;
}
}
 @-o-keyframes hideNav {
 from {
 top: 0;
}
to {
	top: -100%;
}
}
.hideNav {
	-webkit-animation: hideNav 1s ease forwards;
	-moz-animation: hideNav 1s ease forwards;
	-o-animation: hideNav 1s ease forwards;
	animation: hideNav 1s ease forwards;
}
.hidden {
	display: none;
}
 @media screen and (max-width:768px) {
.logo {
	top:1%;
}
.logo img {
	width: 35%;
}
.cn {
	top: 1%;
	right: 17%;
}
.cn ul a {
	margin: 0 3px;
}
.cn ul a img {
	width: 60%;
}
.btn-nav {
	top: -51px;
	right: 0;
}
.btn-nav img {
	width: 75%;
}
body > .navbar-collapse{
	z-index:9999;
}
}
.banner {
	top: -4% !important;
	height: auto;
	overflow: hidden;
}
.banner img {
}
.swtimg {
	float: left;
	width: 40%;
	max-height: 200px;
	
}
.swtimg img {
	width: 100%;
}
.swtxt {
	width: 55%;
	float: right;
}
.swtxt img {
	display: block;
	margin-top: 20px;
}
.swtxt em {
	color: #444444;
	font-size: 18px;
	display: block;
	margin-top: 10px;
}
.swtxt p {
	color: #999999;
	font-size: 13px;
	margin-top: 12px;
	line-height: 20px;
	height:85px;
}
.swiper-button-next {
	background-image: url(../../images/right.png) !important;
}
.swiper-button-prev {
	background-image: url(../../images/left.png) !important;
}
/*.swiper-container{

	overflow:inherit !important;

}*/

.swiper-tu1 {
	overflow: hidden !important;
	z-index: 9999;
}
.swiper-button-next, .swiper-button-prev {
	top: 52% !important;
}
.swiper-button-next, .swiper-button-prev {
	width: 35px;
	height: 35px;
	background-size: 35px 35px;
}
.swiper-wrappert1 {
	width: 100%;
	margin: 0 auto;
}
.swiper-slide img {
}
 @media screen and (max-width:1400px) {
swtxt img, .swtxt p {
	display: none;
}
}
 @media screen and (max-width:1400px) {
swtxt img, .swtxt p {
	display: none;
}
.swtxt em {
	font-size: 16px;
}
}
 @media screen and (max-width:768px) {
.swiper-container {
	width: 100% !important;
}
.swtimg, .swtxt {
	width: 100%;
	float: none;
	max-height: 200px;
}
.swtxt img, .swtxt p {
	display: none;
}
.swtxt em {
	font-size: 14px;
}
.swtimg img{
	width:70%;
}
.swiper-slide{
	text-align:center;
}
.banner{
	top:0 !important;
}
/*.gallery-thumbs{

		height:26% !important;

	}

	.gallery-top{

		height:20% !important;

	}*/

}
.con3 {
	height:auto;
	overflow:hidden;
}
.con3 .p1 {
	padding: 0;
}
.process {
	background: #f0f1ec;
	text-align: center;
	position: relative;
}
.process img {
	margin: 0 auto;
}
.process em {
	font-size: 15px;
	color: #999999;
	display: block;
	margin-top: 7%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
}
.process p {
	font-size: 24px;
	color: #444444;
	position: absolute;
	top: 63%;
	left: 0;
	text-align: center;
	width: 100%;
}
.advantage {
	background: #c5a059;
}
.advantage em, .advantage p {
	color: #fff;
}
.advantage em {
	margin-top: 5%;
}
 @media screen and (max-width:768px) {
.process em {
	font-size: 11px;
}
.process p {
	font-size: 17px;
}
}
.con4 {
	height:auto;
	overflow:hidden;
}
.about_l {
	padding: 0 !important;
}
.about_l img {
	width: 100%;
}
.about_r {
	position: relative;
	padding: 0;
}
.about_r .img1 {
	position: absolute;
	top: 18%;
	left: 10%;
}
.about_r em {
	font-size: 20px;
	color: #d1d3d5;
	display: block;
	letter-spacing: 2px;
	position: absolute;
	top: 23%;
	left: 10%;
}
.about_r p {
	font-size: 14px;
	color: #bdbebe;
	line-height: 32px;
	margin-top: 10%;
	position: absolute;
	top: 20%;
	left: 10%;
	width: 62%;
}
.about_r a {
	display: block;
	position: absolute;
	top: 77%;
	left: 10%;
}
 @media screen and (max-width:768px) {
.about_r p {
	width: 80%;
	height: 45%;
	overflow: hidden;
	float: left;
}
.about_r .img1 {
	top: 8%;
	width: 80%;
}
.about_r em {
	top: 19%;
}
.about_r a {
	top: 81%;
}
}
#con5 {
	background: #f9f9f9;
	padding: 5% 0;
	height: auto;
	overflow: hidden;
}
.con5_t {
	text-align: center;
	font-size: 14px;
	color: #808080;
	padding: 0 20px;
}
.con5_t p {
	font-size: 30px;
	color: #444444;
	margin-bottom: 10px;
}
.warp {
	width: 1200px;
	margin: 0 auto;
	float: none;
}
.con5_u {
	margin: 5% auto 0 auto;
	float: none;
}
.con5_u a {
	display: block;
	float: left;
	border-bottom: 2px solid #ececec;
	border-right: 2px solid #ececec;
	text-align: center;
	padding: 35px;
}
.con5_u a img {
	margin: 0 auto;
	max-height:80px;
}
.con5_u a:nth-child(5), .con5_u a:nth-child(6), .con5_u a:nth-child(7), .con5_u a:nth-child(8) {
	border-bottom: none;
}
.con5_u a:nth-child(4), .con5_u a:nth-child(8) {
	border-right: none;
}
.con5_u a img:hover {
	-webkit-transition: all 0.25s linear 0.01s;
	-moz-transition: all 0.25s linear 0.01s;
	-ms-transition: all 0.25s linear 0.01s;
	-o-transition: all 0.25s linear 0.01s;
	transition: all 0.25s linear 0.01s;
	transform: scale(1.15, 1.15);
}
 @media screen and (max-width:768px) {
.con5_u a:nth-child(5), .con5_u a:nth-child(6), .con5_u a:nth-child(7), .con5_u a:nth-child(8) {
	border-bottom: 2px solid #ececec;
}
.con5_u a:nth-child(2), .con5_u a:nth-child(4), .con5_u a:nth-child(6), .con5_u a:nth-child(8) {
	border-right: none;
}
}
#con6 {
	background: url(../../images/xw_bg.jpg) no-repeat center;
	padding: 5%;
	height: auto;
	overflow: hidden;
}
.con6_t, .con6_t p {
	color: #fff;
}
.con6_u {
	margin-top: 5%;
}
.con6_u .newsli {
	position: relative;
	height: 360px;
}
.con6_u .newsimg {
	position: absolute;
	top: 0;
	left: 0;
	width:307px;
	height:200px;
	overflow: hidden;
	display: flex;
	justify-content:flex-end ;
}
.con6_u .newsimg img{
    height:100%;
}
.con6_u .newstxt {
	position: absolute;
	top: 42%;
	right: 0;
	background: #f0f1ec;
	padding: 30px;
	width: 53%;
}
.con6_u .newstxt em {
	font-size: 15px;
	color: #a1a1a1;
	display: block;
}
.con6_u .newstxt span {
	font-size: 16px;
	color: #333333;
	display: block;
}
.con6_u .newstxt hr {
	display: block;
	width: 100%;
	border: none;
	height: 1px;
	background: #dbdbd9;
}
.con6_u .newstxt p {
	font-size: 13px;
	color: #888888;
	line-height: 22px;
}
 @media screen and (max-width:768px) {
.con6_u .newsimg {
	display: none;
}
.con6_u .newstxt {
	width: 100%;
	top: 0;
}
}
#footer {
	background: #282828;
	padding: 2% 0;
	height: auto;
	overflow: hidden;
}
.footer {
	width: 95%;
	margin: 0 auto;
}
.footer p {
	float: left;
	font-size: 13px;
	color: #a2a2a2;
	margin-top: 1%;
}
.footer p a {
	font-size: 13px;
	color: #a2a2a2;
	padding: 0 10px;
}
.footer em {
	display: block;
	float: right;
}
 @media screen and (max-width:768px) {
#footer {
	padding: 8% 0;
}
.footer {
	text-align: center;
}
.footer p, .footer em {
	float: none;
}
.footer img {
	padding: 10px 0;
}
}
.w1300 {
	width: 73%;
	margin: 0 auto;
}
.n_product_c1 {
	margin-top: 5%;
}
.n_product_c1 em {
	display: block;
	font-size: 32px;
	color: #444444;
}
.n_product_c1 p {
	font-size: 16px;
	color: #828282;
	margin-top: 20px;
	line-height: 32px;
}
.n_product_c2 {
	margin-top: 80px;
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
	padding: 20px;
}
.n_product_c2 ul li {
	float: left;
	padding: 75px;
}
.n_product_c2 ul li .imgp {
	margin-top: 30px;
}
.n_product_c2 ul li p {
	line-height: 28px;
}
.n_product_c2 ul li:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #dddddd;
	-moz-box-shadow: 0 0 10px #dddddd;
	box-shadow: 0 0 10px #dddddd;
}
 @media screen and (max-width:768px) {
.w1300 {
	width: 87%;
	margin: 0 auto;
}
.n_product_c1 em {
	font-size: 19px;
	margin-top: 5%;
}
.n_product_c1 p {
	font-size: 13px;
	line-height: 25px;
}
.n_product_c2 {
	padding: 0;
}
.n_product_c2 ul li {
	padding:30px 50px;
	text-align:center
}
.n_product_c2 ul li img, .n_product_c2 ul li p {
	display: inline;
}
}
.n_process_pa {
	margin-top: 95px;
}
.n_process_pa ul li {
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
}
.n_process_pa ul li .spic {
	float: left;
	padding: 0;
}
.n_process_pa ul li .stxt {
	float: right;
	margin-top: 110px;
	padding: 0;
}
.n_process_pa ul li .stxt em {
	display: block;
	font-size: 30px;
	color: #2c2e32;
	padding-left: 15%;
}
.n_process_pa ul li .stxt em i {
	font-style: normal;
	font-size: 45px;
	color: #01298e;
	font-weight: bold;
}
.n_process_pa ul li .stxt hr {
	display: block;
	width: 50px;
	height: 3px;
	border: none;
	background: #cecece;
	float: left;
	margin-top: 30px;
	margin-left: 15%;
}
.n_process_pa ul li .stxt span {
	display: block;
	font-size: 20px;
	color: #2c2e32;
	padding-left: 15%;
	margin-top: 70px;
}
.n_process_pa ul li .stxt p {
	font-size: 14px;
	color: #808080;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-left: 15%;
	width: 67%;
}
.n_process_pa ul li .stxt img {
	padding-left: 40px;
}
.n_process_pa ul li:first-child+li .spic, .n_process_pa ul li:first-child+li+li+li .spic, .n_process_pa ul li:first-child+li+li+li+li+li .spic {
	float: right;
}
.n_process_pa ul li:first-child+li .stxt, .n_process_pa ul li:first-child+li+li+li .stxt {
	float: left;
}
 @media screen and (max-width:768px) {
.n_process_pa {
	margin-top: 45px;
}
.n_process_pa ul li {
	margin-bottom: 30px;
}
.n_process_pa ul li .stxt {
	margin-top: 35px;
	text-align: center;
}
.n_process_pa ul li .stxt p {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.n_process_pa ul li .stxt hr {
	margin: 30px auto 0 auto;
	float: none;
}
.n_process_pa ul li .stxt span {
	margin-top: 30px;
}
.n_process_pa ul li .stxt em, .n_process_pa ul li .stxt p, .n_process_pa ul li .stxt img {
	padding-left: 0;
}
}
.n_product_c1 .im1 {
	margin-top: 70px;
}
#n_about_c2 {
	background: url(../../images/n_abc2.jpg) no-repeat;
	margin-top: 5%;
	padding: 5% 0;
}
.n_about_c2 {
	color: #ffffff;
	width: 40%;
}
.n_about_c2 span {
	display: block;
	font-size: 14px;
}
.n_about_c2 em {
	display: block;
	font-size: 30px;
	margin-top: 20px;
}
.n_about_c2 hr {
	display: block;
	width: 60px;
	background: #9a9a9f;
	height: 2px;
	float: left;
	margin: 40px 0;
}
.n_about_c2 p {
	font-size: 16px;
	line-height: 32px;
	margin-top: 90px;
}
 @media screen and (max-width:768px) {
.n_about_c2 em {
	font-size: 25px;
}
.n_about_c2 {
	width: 100%;
}
}
.n_about_c3 {
	margin-top: 5%;
	height: auto;
	overflow: hidden;
	margin-bottom: 5%;
}
.n_about_c3_u {
	margin-top: 5%;
}
.n_about_c3_u ul li {
	float: left;
}
.n_about_c3_u ul li em {
	display: block;
	font-size: 22px;
	color: #444444;
	margin-top: 20px;
}
.n_about_c3_u ul li p {
	font-size: 15px;
	color: #828282;
	line-height: 30px;
	margin-top: 20px;
}
.n_about_c3_u ul li span {
	display: block;
	font-size: 14px;
	color: #828282;
	margin-top: 30px;
}
.list {
	margin-top: 5%;
}
.list a {
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-top: 30px;
}
.list_right span {
	display: block;
	font-size: 16px;
	color: #01298e;
	line-height: 40px;
}
.list_right p {
	font-size: 13px;
	color: #909090;
	line-height: 25px;
	margin-top: 10px;
}
.list_right i {
	font-style: normal;
	color: #828282;
	display: block;
	line-height: 30px;
	font-size: 14px;
	text-align: left;
	margin-top: 20px;
}
.time {
	font-size: 22px;
	font-weight: 200;
	color: #999;
}
 @media screen and (max-width:1200px) {
.list .time {
	display: none;
}
.list_right span {
	line-height: 30px;
}
.list_right i {
	display: none;
}
}
 @media screen and (max-width:768px) {
.submenu {
	margin-top: 20px;
}
.submenu li {
	margin: 5px;
}
.submenu li a {
	padding: 0 20px;
	line-height: 30px;
	font-size: 12px;
}
.list a {
	padding-bottom: 20px;
	margin-top: 20px;
}
.list a.row:first-child {
	margin-top: 10px;
}
.list_right p {
	/*display: none;*/
}
.list_right span {
	font-size: 18px;
	margin-top:15px;
}
}
/*分页*/

.fenye {
	text-align: center;
	margin: 20px 0 30px;
}
.fenye ul {
	height: auto;
	overflow: hidden;
}
.fenye span, .fenye a {
	display: inline-block;
	padding: 0 9px;
	margin: 5px 2px;
	background: #ddd;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #000;
}
.fenye span.current {
	background: #282828;
	color: #fff;
}
.fenye a:hover {
	background: #282828;
	color: #fff;
}
.show_t {
	text-align: center;
	border-bottom: #CCC 1px solid;
	margin-top: 45px;
}
.show_t h1 {
	font-size: 25px;
	color: #333;
	font-weight: normal;
}
.show_t p {
	font-size: 13px;
	color: #adadad;
	font-weight: normal;
	margin: 10px 0;
}
.show_c {
	padding: 20px 15px;
	color: #464646;
	border-bottom: #CCC 1px solid;
	line-height: 2em;
	font-size: 14px;
}
.show_c img {
	max-width: 1200px;
	padding: 10px 15px 10px 15px;
}
.show_u {
	text-align: left;
	padding: 10px 15px 10px 0px;
}
.show_u ul li {
	list-style: none;
	text-decoration: none;
	color: #464646;
	height: 30px;
	line-height: 30px;
	margin: 0px 20px 0px 20px;
	font-size: 14px;
}
.show_u ul li a {
	color: #464646;
	font-size: 14px;
	display: inline;
}
.show_u ul li a:hover {
	text-decoration: underline;
	color: #464646;
}
.page_conru {
	color: #464646;
	padding: 35px 15px 40px 15px;
	font-size: 14px;
	line-height: 28px;
}
.page_conru img {
	max-width: 1200px;
	padding: 15px 15px 40px 15px;
}
.product {
	text-align: center;
	margin-top: 60px;
	height: auto;
	overflow: hidden;
}
.product span {
	font-size: 17px;
	display: block;
	color: #444444;
	line-height: 35px;
	margin-top: 10px;
	transition: all 0.3s;
}
.product img {
	transition: all 0.3s;
	margin:0 auto;
}
.product p {
	color: #919191;
}
.product a:hover img {
	opacity: 0.8;
}
.product a:hover span {
	color: #444444;
}
 @media screen and (max-width:1200px) {
.product {
	margin-top: 40px;
}
.product span {
	font-size: 16px;
	line-height: 35px;
	margin-top: 10px;
}
.product p {
	font-size: 12px;
}
}
 @media screen and (max-width:768px) {
.product .col-xs-4 {
	padding: 0 5px;
}
.product {
	margin-top: 20px;
}
.product span {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 5px;
}
.product p {
	display: none;
}
.show_c img,.page_conru img {
	width:100%;
}
}
